﻿2026-06-22T02:04:50.1974783Z Current runner version: '2.335.1'
2026-06-22T02:04:50.1979431Z Runner name: 'kitsubito'
2026-06-22T02:04:50.1979947Z Runner group name: 'Default'
2026-06-22T02:04:50.1980595Z Machine name: 'KITSUBITO'
2026-06-22T02:04:50.1982542Z ##[group]GITHUB_TOKEN Permissions
2026-06-22T02:04:50.1984286Z Contents: read
2026-06-22T02:04:50.1984687Z Metadata: read
2026-06-22T02:04:50.1985050Z Packages: read
2026-06-22T02:04:50.1985409Z ##[endgroup]
2026-06-22T02:04:50.1986968Z Secret source: Actions
2026-06-22T02:04:50.1987473Z Prepare workflow directory
2026-06-22T02:04:50.2340434Z Prepare all required actions
2026-06-22T02:04:50.2368277Z Getting action download info
2026-06-22T02:04:50.5782026Z Download action repository 'actions/checkout@v5' (SHA:93cb6efe18208431cddfb8368fd83d5badbf9bfd)
2026-06-22T02:04:51.0694829Z Complete job name: n1-gate (self-hosted, Linux, kitsubito)
2026-06-22T02:04:51.1536693Z ##[group]Run actions/checkout@v5
2026-06-22T02:04:51.1537431Z with:
2026-06-22T02:04:51.1537780Z   fetch-depth: 0
2026-06-22T02:04:51.1538204Z   repository: SaberMage/spt-core
2026-06-22T02:04:51.1541510Z   token: ***
2026-06-22T02:04:51.1542248Z   ssh-strict: true
2026-06-22T02:04:51.1542627Z   ssh-user: git
2026-06-22T02:04:51.1542999Z   persist-credentials: true
2026-06-22T02:04:51.1543386Z   clean: true
2026-06-22T02:04:51.1543752Z   sparse-checkout-cone-mode: true
2026-06-22T02:04:51.1544163Z   fetch-tags: false
2026-06-22T02:04:51.1544545Z   show-progress: true
2026-06-22T02:04:51.1544915Z   lfs: false
2026-06-22T02:04:51.1545257Z   submodules: false
2026-06-22T02:04:51.1545623Z   set-safe-directory: true
2026-06-22T02:04:51.1546243Z ##[endgroup]
2026-06-22T02:04:51.2334919Z Syncing repository: SaberMage/spt-core
2026-06-22T02:04:51.2336556Z ##[group]Getting Git version info
2026-06-22T02:04:51.2337263Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-06-22T02:04:51.2338234Z [command]/usr/bin/git version
2026-06-22T02:04:51.2362854Z git version 2.43.0
2026-06-22T02:04:51.2379635Z ##[endgroup]
2026-06-22T02:04:51.2390510Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/29674031-0a18-4a9e-8a58-8efc95671ec8' before making global git config changes
2026-06-22T02:04:51.2391711Z Adding repository directory to the temporary git global config as a safe directory
2026-06-22T02:04:51.2393524Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-22T02:04:51.2428100Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-22T02:04:51.2448676Z https://github.com/SaberMage/spt-core
2026-06-22T02:04:51.2458226Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-22T02:04:51.2460663Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-22T02:04:51.2479076Z HEAD
2026-06-22T02:04:51.2508808Z ##[endgroup]
2026-06-22T02:04:51.2509627Z [command]/usr/bin/git submodule status
2026-06-22T02:04:51.2687230Z ##[group]Cleaning the repository
2026-06-22T02:04:51.2689974Z [command]/usr/bin/git clean -ffdx
2026-06-22T02:04:51.2719138Z Removing traceable-reqs
2026-06-22T02:04:51.2726803Z [command]/usr/bin/git reset --hard HEAD
2026-06-22T02:04:51.2804911Z HEAD is now at 192ea84b7 Merge 8c6b2531e1db069f69de6dbd76d8fbc99491f0e7 into 86f20ac831033a20bd5e096b1c318a75249179f3
2026-06-22T02:04:51.2810274Z ##[endgroup]
2026-06-22T02:04:51.2812291Z ##[group]Disabling automatic garbage collection
2026-06-22T02:04:51.2815853Z [command]/usr/bin/git config --local gc.auto 0
2026-06-22T02:04:51.2841121Z ##[endgroup]
2026-06-22T02:04:51.2841996Z ##[group]Setting up auth
2026-06-22T02:04:51.2846185Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-22T02:04:51.2872150Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-22T02:04:51.3058049Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-22T02:04:51.3082137Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-22T02:04:51.3268152Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-22T02:04:51.3293069Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-22T02:04:51.3480707Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-22T02:04:51.3511397Z ##[endgroup]
2026-06-22T02:04:51.3512036Z ##[group]Fetching the repository
2026-06-22T02:04:51.3518160Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +192ea84b7469c7128adebeef792c9a58812b4e00:refs/remotes/pull/26/merge
2026-06-22T02:04:51.9825629Z From https://github.com/SaberMage/spt-core
2026-06-22T02:04:51.9826790Z    18416fd8a..8c6b2531e  v0.13.0-delivery-control -> origin/v0.13.0-delivery-control
2026-06-22T02:04:51.9827935Z    2f57fea2b..2c5d97215  viewer-drain-decouple-b4 -> origin/viewer-drain-decouple-b4
2026-06-22T02:04:51.9855338Z ##[endgroup]
2026-06-22T02:04:51.9856164Z ##[group]Determining the checkout info
2026-06-22T02:04:51.9857032Z ##[endgroup]
2026-06-22T02:04:51.9860545Z [command]/usr/bin/git sparse-checkout disable
2026-06-22T02:04:51.9897030Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-22T02:04:51.9929387Z ##[group]Checking out the ref
2026-06-22T02:04:51.9932059Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/26/merge
2026-06-22T02:04:51.9980195Z HEAD is now at 192ea84b7 Merge 8c6b2531e1db069f69de6dbd76d8fbc99491f0e7 into 86f20ac831033a20bd5e096b1c318a75249179f3
2026-06-22T02:04:51.9984140Z ##[endgroup]
2026-06-22T02:04:52.0021157Z [command]/usr/bin/git log -1 --format=%H
2026-06-22T02:04:52.0044839Z 192ea84b7469c7128adebeef792c9a58812b4e00
2026-06-22T02:04:52.0241497Z ##[group]Run echo 'RUSTFLAGS=-C link-arg=-fuse-ld=mold' >> "$GITHUB_ENV"
2026-06-22T02:04:52.0243067Z [36;1mecho 'RUSTFLAGS=-C link-arg=-fuse-ld=mold' >> "$GITHUB_ENV"[0m
2026-06-22T02:04:52.0259900Z shell: /usr/bin/bash -e {0}
2026-06-22T02:04:52.0260714Z ##[endgroup]
2026-06-22T02:04:52.0396352Z ##[group]Run set -euo pipefail
2026-06-22T02:04:52.0397191Z [36;1mset -euo pipefail[0m
2026-06-22T02:04:52.0397906Z [36;1mPIN=0c95435[0m
2026-06-22T02:04:52.0398587Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-06-22T02:04:52.0399599Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-06-22T02:04:52.0400754Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-06-22T02:04:52.0402236Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-06-22T02:04:52.0403721Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-06-22T02:04:52.0404920Z [36;1m  rm -rf "$CACHE"[0m
2026-06-22T02:04:52.0405701Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-06-22T02:04:52.0406631Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-06-22T02:04:52.0407766Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-06-22T02:04:52.0409066Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-06-22T02:04:52.0409953Z [36;1mfi[0m
2026-06-22T02:04:52.0410896Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-06-22T02:04:52.0426088Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-06-22T02:04:52.0427065Z env:
2026-06-22T02:04:52.0427685Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-06-22T02:04:52.0428478Z ##[endgroup]
2026-06-22T02:04:52.3444532Z    Compiling proc-macro2 v1.0.106
2026-06-22T02:04:52.3445743Z    Compiling quote v1.0.45
2026-06-22T02:04:52.3446607Z    Compiling unicode-ident v1.0.24
2026-06-22T02:04:52.3447724Z    Compiling libc v0.2.186
2026-06-22T02:04:52.3448495Z    Compiling serde_core v1.0.228
2026-06-22T02:04:52.3449730Z    Compiling cfg-if v1.0.4
2026-06-22T02:04:52.3469812Z    Compiling serde v1.0.228
2026-06-22T02:04:52.3496186Z    Compiling log v0.4.32
2026-06-22T02:04:52.3557163Z    Compiling pin-project-lite v0.2.17
2026-06-22T02:04:52.3580989Z    Compiling portable-atomic v1.13.1
2026-06-22T02:04:52.3582534Z    Compiling typenum v1.20.1
2026-06-22T02:04:52.3583527Z    Compiling memchr v2.8.1
2026-06-22T02:04:52.3584491Z    Compiling version_check v0.9.5
2026-06-22T02:04:52.3636872Z    Compiling critical-section v1.2.0
2026-06-22T02:04:52.3672818Z    Compiling shlex v2.0.1
2026-06-22T02:04:52.3964116Z    Compiling find-msvc-tools v0.1.9
2026-06-22T02:04:52.4383261Z    Compiling bytes v1.11.1
2026-06-22T02:04:52.4674543Z    Compiling futures-core v0.3.32
2026-06-22T02:04:52.4761872Z    Compiling subtle v2.6.1
2026-06-22T02:04:52.5755800Z    Compiling equivalent v1.0.2
2026-06-22T02:04:52.5831362Z    Compiling smallvec v1.15.1
2026-06-22T02:04:52.6508243Z    Compiling itoa v1.0.18
2026-06-22T02:04:52.6743875Z    Compiling semver v1.0.28
2026-06-22T02:04:52.6833517Z    Compiling stable_deref_trait v1.2.1
2026-06-22T02:04:52.6961336Z    Compiling futures-io v0.3.32
2026-06-22T02:04:52.7032142Z    Compiling slab v0.4.12
2026-06-22T02:04:52.7497007Z    Compiling futures-sink v0.3.32
2026-06-22T02:04:52.7712084Z    Compiling futures-task v0.3.32
2026-06-22T02:04:52.8041003Z    Compiling generic-array v0.14.7
2026-06-22T02:04:52.8432034Z    Compiling bitflags v2.12.1
2026-06-22T02:04:52.8592463Z    Compiling rustversion v1.0.22
2026-06-22T02:04:52.8906130Z    Compiling futures-channel v0.3.32
2026-06-22T02:04:52.9017397Z    Compiling hashbrown v0.17.1
2026-06-22T02:04:52.9041460Z    Compiling cpufeatures v0.2.17
2026-06-22T02:04:52.9268021Z    Compiling rustc_version v0.4.1
2026-06-22T02:04:52.9841888Z    Compiling fnv v1.0.7
2026-06-22T02:04:52.9900028Z    Compiling rand_core v0.10.1
2026-06-22T02:04:53.0161479Z    Compiling strsim v0.11.1
2026-06-22T02:04:53.0411854Z    Compiling cfg_aliases v0.2.1
2026-06-22T02:04:53.1161477Z    Compiling writeable v0.6.3
2026-06-22T02:04:53.1231392Z    Compiling litemap v0.8.2
2026-06-22T02:04:53.1277523Z    Compiling getrandom v0.4.2
2026-06-22T02:04:53.1711653Z    Compiling dunce v1.0.5
2026-06-22T02:04:53.1812053Z    Compiling fs_extra v1.3.0
2026-06-22T02:04:53.2872488Z    Compiling ident_case v1.0.1
2026-06-22T02:04:53.3137639Z    Compiling icu_properties_data v2.2.0
2026-06-22T02:04:53.3358564Z    Compiling icu_normalizer_data v2.2.0
2026-06-22T02:04:53.3449735Z    Compiling utf8_iter v1.0.4
2026-06-22T02:04:53.4341475Z    Compiling percent-encoding v2.3.2
2026-06-22T02:04:53.4376793Z    Compiling autocfg v1.5.1
2026-06-22T02:04:53.4920601Z    Compiling http v1.4.1
2026-06-22T02:04:53.5131303Z    Compiling aws-lc-rs v1.17.0
2026-06-22T02:04:53.6571424Z    Compiling unicode-segmentation v1.13.3
2026-06-22T02:04:53.6820840Z    Compiling cpufeatures v0.3.0
2026-06-22T02:04:53.6982024Z    Compiling thiserror v2.0.18
2026-06-22T02:04:53.7411358Z    Compiling indexmap v2.14.0
2026-06-22T02:04:53.7721048Z    Compiling syn v2.0.117
2026-06-22T02:04:53.8191612Z    Compiling scopeguard v1.2.0
2026-06-22T02:04:53.8256569Z    Compiling chacha20 v0.10.0
2026-06-22T02:04:53.8493450Z    Compiling form_urlencoded v1.2.2
2026-06-22T02:04:53.8686509Z    Compiling untrusted v0.9.0
2026-06-22T02:04:53.9041165Z    Compiling lock_api v0.4.14
2026-06-22T02:04:53.9118092Z    Compiling rustls v0.23.40
2026-06-22T02:04:53.9316916Z    Compiling heck v0.5.0
2026-06-22T02:04:53.9834697Z    Compiling unicode-xid v0.2.6
2026-06-22T02:04:54.0017363Z    Compiling const-oid v0.10.2
2026-06-22T02:04:54.0227303Z    Compiling atomic-waker v1.1.2
2026-06-22T02:04:54.0910803Z    Compiling anyhow v1.0.102
2026-06-22T02:04:54.1070783Z    Compiling parking_lot_core v0.9.12
2026-06-22T02:04:54.1510679Z    Compiling convert_case v0.10.0
2026-06-22T02:04:54.1700942Z    Compiling zerocopy v0.8.50
2026-06-22T02:04:54.1910509Z    Compiling paste v1.0.15
2026-06-22T02:04:54.1911669Z    Compiling httparse v1.10.1
2026-06-22T02:04:54.2071086Z    Compiling num-traits v0.2.19
2026-06-22T02:04:54.2784092Z    Compiling hybrid-array v0.4.12
2026-06-22T02:04:54.3233049Z    Compiling curve25519-dalek v4.1.3
2026-06-22T02:04:54.3670924Z    Compiling ahash v0.8.12
2026-06-22T02:04:54.3841216Z    Compiling jobserver v0.1.34
2026-06-22T02:04:54.4621618Z    Compiling either v1.16.0
2026-06-22T02:04:54.5408681Z    Compiling base64ct v1.8.3
2026-06-22T02:04:54.5500859Z    Compiling powerfmt v0.2.0
2026-06-22T02:04:54.5600558Z    Compiling crypto-common v0.1.7
2026-06-22T02:04:54.5671036Z    Compiling block-buffer v0.10.4
2026-06-22T02:04:54.5710929Z    Compiling fastrand v2.4.1
2026-06-22T02:04:54.6530707Z    Compiling http-body v1.0.1
2026-06-22T02:04:54.6900368Z    Compiling digest v0.10.7
2026-06-22T02:04:54.7020448Z    Compiling deranged v0.5.8
2026-06-22T02:04:54.7601785Z    Compiling cc v1.2.63
2026-06-22T02:04:54.8121046Z    Compiling mio v1.2.1
2026-06-22T02:04:54.8158054Z    Compiling socket2 v0.6.4
2026-06-22T02:04:54.8422005Z    Compiling getrandom v0.2.17
2026-06-22T02:04:54.9430727Z    Compiling pem-rfc7468 v1.0.0
2026-06-22T02:04:55.0550950Z    Compiling rand_core v0.6.4
2026-06-22T02:04:55.1550478Z    Compiling rand v0.10.1
2026-06-22T02:04:55.1740646Z    Compiling tower-service v0.3.3
2026-06-22T02:04:55.1860524Z    Compiling zmij v1.0.21
2026-06-22T02:04:55.1987577Z    Compiling base64 v0.22.1
2026-06-22T02:04:55.2681518Z    Compiling data-encoding v2.11.0
2026-06-22T02:04:55.2743278Z    Compiling try-lock v0.2.5
2026-06-22T02:04:55.2876340Z    Compiling pkg-config v0.3.33
2026-06-22T02:04:55.3035479Z    Compiling vcpkg v0.2.15
2026-06-22T02:04:55.3660648Z    Compiling tinyvec_macros v0.1.1
2026-06-22T02:04:55.3696977Z    Compiling time-core v0.1.8
2026-06-22T02:04:55.4150964Z    Compiling num-conv v0.2.2
2026-06-22T02:04:55.4310700Z    Compiling tinyvec v1.11.0
2026-06-22T02:04:55.5110299Z    Compiling want v0.3.1
2026-06-22T02:04:55.6040304Z    Compiling parking_lot v0.12.5
2026-06-22T02:04:55.6280358Z    Compiling block-buffer v0.12.0
2026-06-22T02:04:55.6740864Z    Compiling crypto-common v0.2.2
2026-06-22T02:04:55.6772341Z    Compiling sha2 v0.10.9
2026-06-22T02:04:55.7071273Z    Compiling inout v0.1.4
2026-06-22T02:04:55.8270588Z    Compiling vergen-lib v9.1.0
2026-06-22T02:04:55.8711121Z    Compiling n0-future v0.3.2
2026-06-22T02:04:55.9960518Z    Compiling parking v2.2.1
2026-06-22T02:04:56.0060594Z    Compiling diatomic-waker v0.2.3
2026-06-22T02:04:56.0440531Z    Compiling httpdate v1.0.3
2026-06-22T02:04:56.1186447Z    Compiling signature v2.2.0
2026-06-22T02:04:56.1574419Z    Compiling spin v0.10.0
2026-06-22T02:04:56.1791661Z    Compiling cmake v0.1.58
2026-06-22T02:04:56.2001078Z    Compiling winnow v1.0.3
2026-06-22T02:04:56.2100922Z    Compiling cordyceps v0.3.4
2026-06-22T02:04:56.2159476Z    Compiling crossbeam-utils v0.8.21
2026-06-22T02:04:56.2160637Z    Compiling serde_json v1.0.150
2026-06-22T02:04:56.2410510Z    Compiling ed25519 v2.2.3
2026-06-22T02:04:56.2621023Z    Compiling futures-lite v2.6.1
2026-06-22T02:04:56.3000701Z    Compiling cipher v0.4.4
2026-06-22T02:04:56.3620677Z    Compiling netlink-packet-core v0.8.1
2026-06-22T02:04:56.4490564Z    Compiling universal-hash v0.5.1
2026-06-22T02:04:56.4860636Z    Compiling vergen v9.1.0
2026-06-22T02:04:56.4980886Z    Compiling vergen-lib v0.1.6
2026-06-22T02:04:56.5460598Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-22T02:04:56.5781125Z    Compiling futures-buffered v0.2.13
2026-06-22T02:04:56.5911023Z    Compiling heapless v0.7.17
2026-06-22T02:04:56.6090445Z    Compiling noq-udp v0.10.0
2026-06-22T02:04:56.6132729Z    Compiling sync_wrapper v1.0.2
2026-06-22T02:04:56.6400714Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-22T02:04:56.6510981Z    Compiling opaque-debug v0.3.1
2026-06-22T02:04:56.6561029Z    Compiling allocator-api2 v0.2.21
2026-06-22T02:04:56.7018731Z    Compiling digest v0.11.3
2026-06-22T02:04:56.7150861Z    Compiling byteorder v1.5.0
2026-06-22T02:04:56.7625934Z    Compiling polyval v0.6.2
2026-06-22T02:04:56.8740573Z    Compiling spin v0.9.8
2026-06-22T02:04:56.8920525Z    Compiling vergen-gitcl v1.0.8
2026-06-22T02:04:56.9253216Z    Compiling hash32 v0.2.1
2026-06-22T02:04:57.0211784Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-22T02:04:57.0290568Z    Compiling num_threads v0.1.7
2026-06-22T02:04:57.0380901Z    Compiling tower-layer v0.3.3
2026-06-22T02:04:57.0700728Z    Compiling fallible-iterator v0.3.0
2026-06-22T02:04:57.0980830Z    Compiling signature v3.0.0
2026-06-22T02:04:57.1080860Z    Compiling ryu v1.0.23
2026-06-22T02:04:57.1286582Z    Compiling time v0.3.47
2026-06-22T02:04:57.1426883Z    Compiling aws-lc-sys v0.41.0
2026-06-22T02:04:57.1520250Z    Compiling ring v0.17.14
2026-06-22T02:04:57.1550652Z    Compiling libsqlite3-sys v0.30.1
2026-06-22T02:04:57.2287866Z    Compiling ghash v0.5.1
2026-06-22T02:04:57.2461672Z    Compiling sha2 v0.11.0-rc.5
2026-06-22T02:04:57.3030800Z    Compiling ctr v0.9.2
2026-06-22T02:04:57.3100372Z    Compiling aes v0.8.4
2026-06-22T02:04:57.3470859Z    Compiling fs2 v0.4.3
2026-06-22T02:04:57.4061889Z    Compiling http-body-util v0.1.3
2026-06-22T02:04:57.4830364Z    Compiling aead v0.5.2
2026-06-22T02:04:57.5136533Z    Compiling openssl-probe v0.2.1
2026-06-22T02:04:57.5431069Z    Compiling crossbeam-channel v0.5.15
2026-06-22T02:04:57.6260676Z    Compiling crossbeam-epoch v0.9.18
2026-06-22T02:04:57.6380873Z    Compiling blake3 v1.8.5
2026-06-22T02:04:57.7438037Z    Compiling netlink-packet-route v0.29.0
2026-06-22T02:04:57.7788845Z    Compiling uuid v1.23.2
2026-06-22T02:04:57.7972307Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-22T02:04:57.9707551Z    Compiling aes-gcm v0.10.3
2026-06-22T02:04:58.0630898Z    Compiling memoffset v0.6.5
2026-06-22T02:04:58.0980558Z    Compiling acto v0.8.2
2026-06-22T02:04:58.1577489Z    Compiling netwatch v0.16.0
2026-06-22T02:04:58.2186683Z    Compiling noq v0.18.0
2026-06-22T02:04:58.2794305Z    Compiling rustix v1.1.4
2026-06-22T02:04:58.2840684Z    Compiling lru-slab v0.1.2
2026-06-22T02:04:58.3430713Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-22T02:04:58.4141266Z    Compiling mac-addr v0.3.0
2026-06-22T02:04:58.4319615Z    Compiling ref-cast v1.0.25
2026-06-22T02:04:58.4554351Z    Compiling tagptr v0.2.0
2026-06-22T02:04:58.4894333Z    Compiling thiserror v1.0.69
2026-06-22T02:04:58.6022745Z    Compiling xml-rs v0.8.28
2026-06-22T02:04:58.6160682Z    Compiling identity-hash v0.1.0
2026-06-22T02:04:58.6289381Z    Compiling foldhash v0.2.0
2026-06-22T02:04:58.6348922Z    Compiling sorted-index-buffer v0.2.1
2026-06-22T02:04:58.7103702Z    Compiling rustc-hash v2.1.2
2026-06-22T02:04:58.7545447Z    Compiling synstructure v0.13.2
2026-06-22T02:04:58.7620863Z    Compiling darling_core v0.20.11
2026-06-22T02:04:58.7775785Z    Compiling hashbrown v0.16.1
2026-06-22T02:04:58.8070665Z    Compiling serde_derive_internals v0.29.1
2026-06-22T02:04:58.9974420Z    Compiling netlink-packet-route v0.30.0
2026-06-22T02:04:59.4119861Z    Compiling proc-macro-crate v3.5.0
2026-06-22T02:04:59.5922255Z    Compiling xmltree v0.10.3
2026-06-22T02:04:59.6061018Z    Compiling serial-core v0.4.0
2026-06-22T02:04:59.6368860Z    Compiling termios v0.2.2
2026-06-22T02:04:59.7315182Z    Compiling ioctl-rs v0.1.6
2026-06-22T02:04:59.7430724Z    Compiling errno v0.3.14
2026-06-22T02:04:59.7771161Z    Compiling simple-dns v0.9.3
2026-06-22T02:04:59.7849179Z    Compiling aho-corasick v1.1.4
2026-06-22T02:04:59.8138707Z    Compiling constant_time_eq v0.4.2
2026-06-22T02:04:59.8259475Z    Compiling winnow v0.7.15
2026-06-22T02:04:59.8418611Z    Compiling smol_str v0.1.24
2026-06-22T02:04:59.8950697Z    Compiling arrayref v0.3.9
2026-06-22T02:04:59.9570840Z    Compiling signal-hook v0.3.18
2026-06-22T02:04:59.9907106Z    Compiling resolv-conf v0.7.6
2026-06-22T02:05:00.0160763Z    Compiling arrayvec v0.7.6
2026-06-22T02:05:00.0302510Z    Compiling regex-syntax v0.8.10
2026-06-22T02:05:00.0570638Z    Compiling linux-raw-sys v0.12.1
2026-06-22T02:05:00.1350574Z    Compiling sha1_smol v1.0.1
2026-06-22T02:05:00.2926446Z    Compiling toml_write v0.1.2
2026-06-22T02:05:00.3570744Z    Compiling simdutf8 v0.1.5
2026-06-22T02:05:00.5350661Z    Compiling signal-hook-registry v1.4.8
2026-06-22T02:05:00.5901899Z    Compiling serial-unix v0.4.0
2026-06-22T02:05:00.6740466Z    Compiling lru v0.16.4
2026-06-22T02:05:00.7171485Z    Compiling serde_derive v1.0.228
2026-06-22T02:05:00.8835902Z    Compiling zeroize_derive v1.4.3
2026-06-22T02:05:00.9021348Z    Compiling tokio-macros v2.7.0
2026-06-22T02:05:00.9440914Z    Compiling zerofrom-derive v0.1.7
2026-06-22T02:05:01.1680962Z    Compiling futures-macro v0.3.32
2026-06-22T02:05:01.4740748Z    Compiling zeroize v1.8.2
2026-06-22T02:05:01.6425242Z    Compiling yoke-derive v0.8.2
2026-06-22T02:05:01.7120613Z    Compiling tokio v1.52.3
2026-06-22T02:05:02.1280486Z    Compiling zerovec-derive v0.11.3
2026-06-22T02:05:02.1840477Z    Compiling futures-util v0.3.32
2026-06-22T02:05:02.4280176Z    Compiling displaydoc v0.2.6
2026-06-22T02:05:02.4429695Z    Compiling zerofrom v0.1.8
2026-06-22T02:05:02.4461461Z    Compiling tracing-attributes v0.1.31
2026-06-22T02:05:02.5190747Z    Compiling rustls-pki-types v1.14.1
2026-06-22T02:05:02.5591344Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-22T02:05:03.1895540Z    Compiling thiserror-impl v2.0.18
2026-06-22T02:05:03.2012490Z    Compiling yoke v0.8.3
2026-06-22T02:05:03.2487328Z    Compiling darling_macro v0.20.11
2026-06-22T02:05:03.3300945Z    Compiling derive_more-impl v2.1.1
2026-06-22T02:05:03.4320494Z    Compiling zerotrie v0.2.4
2026-06-22T02:05:03.5826795Z    Compiling darling v0.20.11
2026-06-22T02:05:03.6569479Z    Compiling derive_builder_core v0.20.2
2026-06-22T02:05:03.7100455Z    Compiling zerovec v0.11.6
2026-06-22T02:05:03.8049763Z    Compiling spez v0.1.2
2026-06-22T02:05:04.0640830Z    Compiling n0-error-macros v0.1.3
2026-06-22T02:05:04.2032241Z    Compiling der v0.8.0-rc.10
2026-06-22T02:05:04.5240731Z    Compiling tinystr v0.8.3
2026-06-22T02:05:04.5750307Z    Compiling potential_utf v0.1.5
2026-06-22T02:05:04.7361183Z    Compiling icu_locale_core v2.2.0
2026-06-22T02:05:04.7615646Z    Compiling icu_collections v2.2.0
2026-06-22T02:05:04.9452378Z    Compiling derive_builder_macro v0.20.2
2026-06-22T02:05:05.1271778Z    Compiling pin-project-internal v1.1.13
2026-06-22T02:05:05.1767079Z    Compiling n0-error v0.1.3
2026-06-22T02:05:05.2349653Z    Compiling derive_builder v0.20.2
2026-06-22T02:05:05.5080994Z    Compiling ed25519-dalek v2.2.0
2026-06-22T02:05:05.7071038Z    Compiling spki v0.8.0-rc.4
2026-06-22T02:05:05.8570625Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-22T02:05:05.8761391Z    Compiling spt-proto v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-06-22T02:05:05.9756769Z    Compiling futures-executor v0.3.32
2026-06-22T02:05:05.9835959Z    Compiling cobs v0.3.0
2026-06-22T02:05:06.0741250Z    Compiling icu_provider v2.2.0
2026-06-22T02:05:06.1966047Z    Compiling ipnet v2.12.0
2026-06-22T02:05:06.2251166Z    Compiling futures v0.3.32
2026-06-22T02:05:06.2831054Z    Compiling ed25519 v3.0.0-rc.4
2026-06-22T02:05:06.4050853Z    Compiling icu_properties v2.2.0
2026-06-22T02:05:06.4582446Z    Compiling icu_normalizer v2.2.0
2026-06-22T02:05:06.5409190Z    Compiling pin-project v1.1.13
2026-06-22T02:05:06.6090951Z    Compiling postcard-derive v0.2.2
2026-06-22T02:05:06.6160406Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-22T02:05:06.7880755Z    Compiling once_cell v1.21.4
2026-06-22T02:05:06.9192727Z    Compiling prefix-trie v0.8.4
2026-06-22T02:05:06.9866081Z    Compiling data-encoding-macro v0.1.20
2026-06-22T02:05:07.0530445Z    Compiling tracing-core v0.1.36
2026-06-22T02:05:07.1118321Z    Compiling rustls-native-certs v0.8.4
2026-06-22T02:05:07.1357346Z    Compiling postcard v1.1.3
2026-06-22T02:05:07.2970371Z    Compiling hashbrown v0.14.5
2026-06-22T02:05:07.3600655Z    Compiling strum_macros v0.28.0
2026-06-22T02:05:07.5390497Z    Compiling num_enum_derive v0.7.6
2026-06-22T02:05:07.5925362Z    Compiling tokio-util v0.7.18
2026-06-22T02:05:07.6321055Z    Compiling tracing v0.1.44
2026-06-22T02:05:07.7540901Z    Compiling netlink-sys v0.8.8
2026-06-22T02:05:07.8218543Z    Compiling tower v0.5.3
2026-06-22T02:05:07.9140909Z    Compiling idna_adapter v1.2.2
2026-06-22T02:05:08.0043964Z    Compiling derive_more v2.1.1
2026-06-22T02:05:08.0157971Z    Compiling idna v1.1.0
2026-06-22T02:05:08.0881371Z    Compiling enum-assoc v1.3.0
2026-06-22T02:05:08.1080899Z    Compiling async-trait v0.1.89
2026-06-22T02:05:08.1742439Z    Compiling hashlink v0.9.1
2026-06-22T02:05:08.1901478Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-22T02:05:08.3150692Z    Compiling iroh-metrics-derive v0.4.1
2026-06-22T02:05:08.4792103Z    Compiling url v2.5.8
2026-06-22T02:05:08.6178002Z    Compiling h2 v0.4.14
2026-06-22T02:05:08.6700827Z    Compiling tokio-stream v0.1.18
2026-06-22T02:05:08.8010770Z    Compiling rusqlite v0.32.1
2026-06-22T02:05:08.8110365Z    Compiling num_enum v0.7.6
2026-06-22T02:05:08.8161619Z    Compiling iroh-metrics v0.38.3
2026-06-22T02:05:08.8391399Z    Compiling n0-watcher v0.6.1
2026-06-22T02:05:08.8719287Z    Compiling netdev v0.42.0
2026-06-22T02:05:08.9030221Z    Compiling netlink-proto v0.12.0
2026-06-22T02:05:08.9160682Z    Compiling iroh-relay v0.98.0
2026-06-22T02:05:09.1561793Z    Compiling moka v0.12.15
2026-06-22T02:05:09.2271056Z    Compiling serde_spanned v0.6.9
2026-06-22T02:05:09.2344949Z    Compiling toml_datetime v0.6.11
2026-06-22T02:05:09.2489740Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-22T02:05:09.2620965Z    Compiling iroh-base v0.98.0
2026-06-22T02:05:09.3541113Z    Compiling attohttpc v0.30.1
2026-06-22T02:05:09.3700870Z    Compiling tower-http v0.6.11
2026-06-22T02:05:09.3890986Z    Compiling ref-cast-impl v1.0.25
2026-06-22T02:05:09.5130764Z    Compiling thiserror-impl v1.0.69
2026-06-22T02:05:09.5920885Z    Compiling toml_edit v0.22.27
2026-06-22T02:05:10.0330293Z    Compiling webpki-roots v1.0.7
2026-06-22T02:05:10.1281749Z    Compiling spt-store v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-06-22T02:05:10.1522358Z    Compiling regex-automata v0.4.14
2026-06-22T02:05:10.1798626Z    Compiling schemars_derive v1.2.1
2026-06-22T02:05:10.3680586Z    Compiling strum v0.28.0
2026-06-22T02:05:10.4717822Z    Compiling iroh-dns v0.98.0
2026-06-22T02:05:10.4850450Z    Compiling darling_core v0.23.0
2026-06-22T02:05:10.6241329Z    Compiling serde_bytes v0.11.19
2026-06-22T02:05:10.8310822Z    Compiling hmac v0.12.1
2026-06-22T02:05:10.8540688Z    Compiling seize v0.5.1
2026-06-22T02:05:10.8800489Z    Compiling iroh v0.98.2
2026-06-22T02:05:10.9542299Z    Compiling pin-utils v0.1.0
2026-06-22T02:05:11.0461833Z    Compiling cmov v0.5.4
2026-06-22T02:05:11.0761019Z    Compiling utf8parse v0.2.2
2026-06-22T02:05:11.1554661Z    Compiling bitflags v1.3.2
2026-06-22T02:05:11.1810820Z    Compiling dyn-clone v1.0.20
2026-06-22T02:05:11.2221228Z    Compiling rustix v0.38.44
2026-06-22T02:05:11.2288294Z    Compiling filedescriptor v0.8.3
2026-06-22T02:05:11.3078916Z    Compiling ctutils v0.4.2
2026-06-22T02:05:11.3191141Z    Compiling nix v0.25.1
2026-06-22T02:05:11.3385921Z    Compiling anstyle-parse v1.0.0
2026-06-22T02:05:11.3483702Z    Compiling papaya v0.2.4
2026-06-22T02:05:11.4530192Z    Compiling hkdf v0.12.4
2026-06-22T02:05:11.5220900Z    Compiling backon v1.6.0
2026-06-22T02:05:11.5510630Z    Compiling serial v0.4.0
2026-06-22T02:05:11.5931171Z    Compiling colorchoice v1.0.5
2026-06-22T02:05:11.6154938Z    Compiling downcast-rs v1.2.1
2026-06-22T02:05:11.6219810Z    Compiling anstyle-query v1.1.5
2026-06-22T02:05:11.6790601Z    Compiling shell-words v1.1.1
2026-06-22T02:05:11.6943293Z    Compiling anstyle v1.0.14
2026-06-22T02:05:11.7310992Z    Compiling instability v0.3.12
2026-06-22T02:05:11.8178529Z    Compiling is_terminal_polyfill v1.70.2
2026-06-22T02:05:11.8743336Z    Compiling foldhash v0.1.5
2026-06-22T02:05:11.8830470Z    Compiling linux-raw-sys v0.4.15
2026-06-22T02:05:11.8927390Z    Compiling signal-hook-mio v0.2.5
2026-06-22T02:05:11.9200162Z    Compiling spake2 v0.4.0
2026-06-22T02:05:11.9970684Z    Compiling anstream v1.0.0
2026-06-22T02:05:12.0097779Z    Compiling hashbrown v0.15.5
2026-06-22T02:05:12.0191197Z    Compiling terminal_size v0.4.4
2026-06-22T02:05:12.0689699Z    Compiling strum_macros v0.26.4
2026-06-22T02:05:12.1500883Z    Compiling sha1 v0.10.6
2026-06-22T02:05:12.1831033Z    Compiling schemars v1.2.1
2026-06-22T02:05:12.2647956Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-22T02:05:12.3100576Z    Compiling toml v0.8.23
2026-06-22T02:05:12.4690565Z    Compiling itertools v0.13.0
2026-06-22T02:05:12.8659948Z    Compiling castaway v0.2.4
2026-06-22T02:05:12.9924165Z    Compiling spt-msg v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-06-22T02:05:13.4520661Z    Compiling regex v1.12.3
2026-06-22T02:05:13.5330629Z    Compiling static_assertions v1.1.0
2026-06-22T02:05:13.6060633Z    Compiling clap_lex v1.1.0
2026-06-22T02:05:13.8143105Z    Compiling doctest-file v1.1.1
2026-06-22T02:05:13.8931799Z    Compiling spt-runtime v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-06-22T02:05:14.0910854Z    Compiling hyper v1.10.1
2026-06-22T02:05:14.2360917Z    Compiling darling_macro v0.23.0
2026-06-22T02:05:14.3142486Z    Compiling indoc v2.0.7
2026-06-22T02:05:14.4160735Z    Compiling unicode-width v0.1.14
2026-06-22T02:05:14.5070863Z    Compiling strum v0.26.3
2026-06-22T02:05:14.5860989Z    Compiling darling v0.23.0
2026-06-22T02:05:14.6287302Z    Compiling interprocess v2.4.2
2026-06-22T02:05:14.6638247Z    Compiling clap_builder v4.6.0
2026-06-22T02:05:14.7639977Z    Compiling unicode-truncate v1.1.0
2026-06-22T02:05:14.8730560Z    Compiling compact_str v0.8.2
2026-06-22T02:05:14.9090998Z    Compiling crossterm v0.28.1
2026-06-22T02:05:14.9990639Z    Compiling lru v0.12.5
2026-06-22T02:05:15.1520633Z    Compiling clap_derive v4.6.1
2026-06-22T02:05:15.2420588Z    Compiling unicode-width v0.2.0
2026-06-22T02:05:15.2830063Z    Compiling iana-time-zone v0.1.65
2026-06-22T02:05:15.4210964Z    Compiling cassowary v0.3.0
2026-06-22T02:05:15.5550491Z    Compiling portable-pty v0.8.1
2026-06-22T02:05:15.5890978Z    Compiling chrono v0.4.45
2026-06-22T02:05:15.6600582Z    Compiling nucleo-matcher v0.3.1
2026-06-22T02:05:15.8900717Z    Compiling ratatui v0.29.0
2026-06-22T02:05:15.9410161Z    Compiling qrcode v0.14.1
2026-06-22T02:05:16.1991802Z    Compiling hyper-util v0.1.20
2026-06-22T02:05:16.2971122Z    Compiling spt-term v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-06-22T02:05:16.6060990Z    Compiling tempfile v3.27.0
2026-06-22T02:05:17.0122353Z    Compiling spt-live v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-06-22T02:05:17.5642655Z    Compiling clap v4.6.1
2026-06-22T02:05:18.2609339Z    Compiling igd-next v0.17.1
2026-06-22T02:05:19.3800388Z    Compiling portmapper v0.16.0
2026-06-22T02:05:24.5637914Z    Compiling rustls-webpki v0.103.13
2026-06-22T02:05:26.9135351Z    Compiling tokio-rustls v0.26.4
2026-06-22T02:05:26.9136294Z    Compiling rustls-platform-verifier v0.7.0
2026-06-22T02:05:26.9136848Z    Compiling noq-proto v0.17.0
2026-06-22T02:05:27.0539724Z    Compiling hickory-net v0.26.0-beta.4
2026-06-22T02:05:27.0540559Z    Compiling hyper-rustls v0.27.9
2026-06-22T02:05:27.0541127Z    Compiling tokio-websockets v0.13.2
2026-06-22T02:05:27.1940885Z    Compiling reqwest v0.13.4
2026-06-22T02:05:28.0703250Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-22T02:05:41.6881672Z    Compiling spt-net v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-06-22T02:05:43.0351907Z    Compiling spt-daemon v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-06-22T02:05:50.1915475Z    Compiling spt v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-06-22T02:05:53.8661715Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 01s
2026-06-22T02:05:53.8892886Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-a610d2092bf5e776)
2026-06-22T02:05:53.8905019Z 
2026-06-22T02:05:53.8905147Z running 1 test
2026-06-22T02:05:59.9765712Z test new_brain_serves_against_old_broker ... ok
2026-06-22T02:05:59.9766107Z 
2026-06-22T02:05:59.9766379Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.09s
2026-06-22T02:05:59.9766713Z 
2026-06-22T02:06:00.0015406Z Post job cleanup.
2026-06-22T02:06:00.0686127Z [command]/usr/bin/git version
2026-06-22T02:06:00.0719664Z git version 2.43.0
2026-06-22T02:06:00.0750123Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/162df114-f655-47ad-81bc-7c81bb13d25c' before making global git config changes
2026-06-22T02:06:00.0750758Z Adding repository directory to the temporary git global config as a safe directory
2026-06-22T02:06:00.0753773Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-22T02:06:00.0784466Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-22T02:06:00.0810751Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-22T02:06:00.1021042Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-22T02:06:00.1040517Z http.https://github.com/.extraheader
2026-06-22T02:06:00.1047062Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-06-22T02:06:00.1074057Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-22T02:06:00.1259474Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-22T02:06:00.1283981Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-22T02:06:00.1597006Z Cleaning up orphan processes
2026-06-22T02:06:00.2142259Z Terminate orphan process: pid (3984926) (spt)
